github.com/jackc/pgx/v5/internal/stmtcache.LRUCache.moveToFront (method)

2 uses

	github.com/jackc/pgx/v5/internal/stmtcache (current package)
		lru_cache.go#L50: 	c.moveToFront(node)
		lru_cache.go#L161: func (c *LRUCache) moveToFront(node *lruNode) {